Welcome![Sign In][Sign Up]
Location:
Search - command shell

Search list

[Linux-Unixysh

Description: 本实验要实现一个简单的命令解释器,也就是Linux中的shell程序。实验程序起名为ysh,要求其设计类似于目前流行的shell解释程序,如bash、csh、tcsh,但不需要具备那么复杂的功能。ysh程序应当具有如下一些重要的特征:  能够执行外部程序命令,命令可以带参数。 . 。  能够执行fg、bg、cd、history、exit等内部命令。  使用管道和输入输出重定向。  支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前台/后台状态,以及控制作业的挂起、中止和继续运行。 除此之外,在这个实验中还须做到:  使用make工具建立工程。  使用调试器gdb来调试程序。  提供清晰、详细的设计文档和解决方案。 -This experiment in order to achieve a simple command interpreter, that is, the shell process in Linux. Experimental procedure named ysh, required that their design is similar to the current popular interpretation of the procedures of the shell, such as bash, csh, tcsh, but it does not need a less complex function. ysh procedures should have the following important features:  external procedures to perform the command, the command can take parameters. . .  to perform fg, bg, cd, history, exit the internal order.  the use of input and output pipes and redirection.  support before and after the Taiwan operations, the provision of operating control functions, including a list of print jobs, change the current operation of the front running/background status of the pending operation and control, suspension and continue to run. In addition, this experiment must be done:  make tools to use to establish the project.  use gdb
Platform: | Size: 8192 | Author: 香烟 | Hits:

[OtherAPracticalGuideToLinuxCommandsEditorsAndShellProgr

Description: Linux命令、编辑器与Shell编程 作者:(美)索贝尔(Sobell,M.G.)著,杨明军,王凤芹 译 要想真正高效地使用Linux,就必须全面掌握shell和命令行。通常必须购买两本书才能达到精通的目的:一本关于Linux基本概念和技术的指南,再加上一个单独的参考手册。更糟糕的是,大多数Linux参考手册只是对man手册页的稍加整理。而现在有了一个好得多的解决方案。知名Linux专家Mark Sobell编写的这本书,为系统管理员、开发人员和高级用户提供了最需要的全面的深入指导,同时还是一个卓越的日常参考手册。 -Linux command, editor and Shell Programming Author: (U.S.) Sobel (Sobell, M.G.), and Yang Jun,王凤芹translation in order to truly efficient use of Linux, we must fully grasp the shell and command line. Usually required to purchase two books to achieve the purpose of proficiency: a book about the basic concepts of Linux and technology guide, plus a separate reference manual. To make matters worse, the majority of Linux reference manual man just finishing a little manual page. And now have a much better solution. Well-known Linux expert Mark Sobell' s book to prepare for system administrators, developers and advanced users need to provide the most comprehensive in-depth guidance, is also an excellent reference manual day-to-day.
Platform: | Size: 3773440 | Author: AndrewCC | Hits:

[Shell apishell

Description: 自己编写的小型shell,实现了多重管道,输入输出重定向,后台执行,以及cd命令-I have written a small shell, the realization of a multi-channel input and output redirection, background execution, as well as the cd command
Platform: | Size: 62464 | Author: 耿一刚 | Hits:

[Multimedia DevelopAssignment3

Description: The programme implement a simple shell. It could execute a command, having pipe, redircting, forward a background process and background a foreground process and so on. It is implemented using recursive.
Platform: | Size: 8192 | Author: 吴峰 | Hits:

[Linux-Unixlinuxshell_1

Description: linux shell 不用担心,Linux命令说到底是几个字母的东西,你能学好它的,好,现在你找一个叫系统终端的东西,输入cal就行,出来的是什么,是当前月份的月历,就从这里开始吧。很简单的吧,再输入cal 2008,看到了吧,找出奥运会举办的日子。这只是非常简单的,你能学会的,shell是Linux四个主要部分之一,其实上Shell是一个命令解释器。-linux shell Do not worry, Linux command in the final analysis are a few letters of the things you can learn it, good, now you are looking for a thing called system terminal, enter the cal on the line, out of what is the current calendar month, on the From here begin. Very simple bar, and then enter the cal 2008, you can see, to find out the days of Olympic Games. This is just a very simple, you can learn, shell is a Linux one of the four main parts, in fact, the Shell is a command interpreter.
Platform: | Size: 2156544 | Author: lixiao | Hits:

[Linux-Unixminix_shell

Description: 在minix系统下,用C编写的代码,实现Minix系统shell命令解释器功能。-In the minix system, with code written in C to achieve Minix system shell command interpreter functionality.
Platform: | Size: 253952 | Author: pry | Hits:

[OtherSun-Solaris-shell-command

Description: Sun-Solaris 指令大全 比较全面的 shell command-Sun-Solaris shell command
Platform: | Size: 31744 | Author: Eric | Hits:

[Internet-Networkshell.finish

Description: 1,此源代码为本人所写,非GNU的源代码,不要因此而唔到大家,摆出此来仅供交流 2,此源代码不完整,shell的很多功能都没有实现,知识实现了一些主要的功能 3,实现功能如下: a,输入命令,并运行 b,实现if 和while的深层嵌套 c,实现环境变量,和shell本身变量 d,实现管道和重定向等功能。 4,由于能力问题,程序可能有错误,欢迎高手指点。-1, this source code I wrote, non-GNU source code, do not be not able to meet everyone that put this to the exchange of only two, this source code is not complete, shell functions are not achieved a lot of knowledge to achieve a number of The main function of three to achieve the following functions: a, enter the command, and run the b, to achieve if, and while the deep nested c, achieving environmental variables, and the shell itself, the variable d, to achieve piping and redirection functions. 4, due to capacity problems, the program may be an error, please master pointing.
Platform: | Size: 10240 | Author: 刘云 | Hits:

[Internet-Networkshell

Description: 用UNIX下的gcc写的一个shell,可以运行其他控制台命令,内附报告-Using gcc under UNIX written by a shell, you can run other console command, enclosing the report
Platform: | Size: 17408 | Author: 王泽萌 | Hits:

[Otherlinuxcmd

Description: 一个C++编写的LINUX SHELL,支持的命令有cat cd rm mkdir ls pwd pid mv cp,"exit"命令用于退出- The program is to execute some common commands of Linux,available commands are: cat cd rm mkdir ls pwd pid mv cp,same function as the standard linux shell command.There’s also a command “exit” to let the user exit the program.The programe also shows how long did the last executed command take(in second).
Platform: | Size: 1024 | Author: 王跃辉 | Hits:

[Software EngineeringLinux_Command_Line_And_Shell_Scripting_Bible

Description: Linux 命令列 和 Shell 腳本 Bible-Linux Command Line And Shell Scripting Bible
Platform: | Size: 9939968 | Author: Eric Wang | Hits:

[Linux-Unixcommand-help

Description: 这是Linux的shell脚本,请大家好好看一看,是入门的资料。-This is Linux, shell scripting, please take a good look, is the entry information.
Platform: | Size: 4096 | Author: 巫怀林 | Hits:

[Linux-Unixlinuxshellunixshell

Description: linux shell命令unix shell命令教程讲的很详细,值得收藏-linux shell command unix shell command very detailed tutorial about, worth collecting
Platform: | Size: 20243456 | Author: zrc | Hits:

[Shell apishiyan2

Description: 学习如何编写一个UNIX的外壳——Shell,即命令解释程序。学习怎样接受命令,解释命令、执行命令,特别是创建子进程的方式来执行一个程序,以及父进程如何继续子进程的工作。-Learn how to write a UNIX shell- Shell, the command interpreter. Learning how to receive an order to explain the command, the command, in particular, the way is to create a child process to execute a program, and the parent how to continue the work of the child process.
Platform: | Size: 2048 | Author: evaplum | Hits:

[Linux-Unixshell

Description: 一个简单的shell程序 能够执行简单的linux命令-A simple shell program to perform a simple linux command
Platform: | Size: 4096 | Author: 熊龙生 | Hits:

[Linux-Unixfindutils-4.2.33.tar

Description: shell find 命令源码。需要研究linux下查找功能的朋友用的着! -shell find command source. Find function under linux need of a friend use the!
Platform: | Size: 1455104 | Author: hunger | Hits:

[MacOS developiPing

Description: 实现了在cocoa中的shell运行。示例中使用的就是shell命令中的ping指令,最终将其显示在textView中-Achieved in the cocoa in the shell to run. Sample is used in shell command ping and eventually be displayed in the textView
Platform: | Size: 62464 | Author: gxa gxa | Hits:

[Booksshell

Description: Shell(人机界面)提供了人与机器交互的界面是机器服务于人的体现是系统 必不可少的重要组成部分现代的很多OS 如UNIX DOS VxWorks 都提供了友好的命令 行界面Windows 更是提供了GUI 大部分人认识OS 都是从这里开始的-Shell (HMI) provides the interface between man and machine interaction is the embodiment of the machine at the service is an important part of the system essential to many modern OS such as UNIX DOS VxWorks offer a friendly Windows command line interface is available Most people know the OS GUI is started from here
Platform: | Size: 168960 | Author: wkr | Hits:

[OtherShell

Description: 关于命令解释器的 希望对大家有所帮助 -On the command interpreter you want to help
Platform: | Size: 8192 | Author: 阿牛 | Hits:

[Shell apishell

Description: Windows下的shell编程 实现用户输入的命令解析-Windows shell programming under the command parsing user input
Platform: | Size: 121856 | Author: | Hits:
« 1 2 3 4 56 7 8 9 10 ... 22 »

CodeBus www.codebus.net